Int16MINumericInt16MMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16M INumeric<Int16M>.Multiply(
Int16M value
)
Private Function Multiply (
value As Int16M
) As Int16M Implements INumeric(Of Int16M).Multiply
private:
virtual Int16M Multiply(
Int16M value
) sealed = INumeric<Int16M>::Multiply
private abstract Multiply :
value : Int16M -> Int16M
private override Multiply :
value : Int16M -> Int16M
- value Int16M
- The value to multiply with the current value.
Int16MThe product of the current value and
value.
INumericTSelfMultiply(TSelf)